projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f04bd55
)
; * lisp/shell.el (w32-application-type): Fix 'declare-function'.
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 29 Mar 2024 15:26:38 +0000
(18:26 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 29 Mar 2024 15:26:38 +0000
(18:26 +0300)
lisp/shell.el
patch
|
blob
|
history
diff --git
a/lisp/shell.el
b/lisp/shell.el
index 8a5218ae84729b4e50f1d4e5dff092d5b71640a8..cd49d2894033c335e08117d234969effd27461e4 100644
(file)
--- a/
lisp/shell.el
+++ b/
lisp/shell.el
@@
-606,7
+606,7
@@
Shell buffers. It implements `shell-completion-execonly' for
(defvar sh-shell-file)
-(declare-function w32-application-type
nil ; "src/
w32proc.c"
+(declare-function w32-application-type
"
w32proc.c"
(program) t)
(define-derived-mode shell-mode comint-mode "Shell"